html,
body {
	width: 100%;
}

body {
	/* background: url(bg.png) no-repeat; */
	min-width: 1360px;
	height: 100%;
	position: relative;
	/* background-size: 100% 100%; */
	font-family: "microsoft yahei";
}
.main-bg{
	position: fixed;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	z-index: -1;
}
*{
	box-sizing: border-box;
}
a:link {
	color: inherit;
}

a:visited,
a:link,
a:hover,
a:active {
	color: inherit;
}

.bg {
	position: absolute;
	z-index: -1;
	width: 100%;
	top: 0;
	left: 0;
	/* bottom: 0; */
}

.containers {
	width: 1203px;
	margin: 0 auto;
}

.containers-box {
	width: 1203px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}
.pos-re{
	position: relative;
	z-index: 1;
}
.pos-ab{
	position: absolute;
}
.main {
	margin: 0 auto;
	margin-top: 25px;
	/* height: 800px; */
}
.ove {
	overflow: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}
.top{
	background: #fff;
}
.top-head{
	height: 29px;
	line-height: 29px;
	background: #fff;
	color: #252525;
	font-size: 14px;
}
.top-right a{
	margin: 0 10px;
}
.top-right2 a{
	margin-right: 30px;
	height: 100%;
	position: relative;
	padding-left: 30px;
}
.top-right2 a img{
	width: 19px;
	height: 18px;
	top: 5.5px;
	position: absolute;
	left: 0;
}
.logo{
	width: 100%;
	height: 200px;
	position: relative;
}
.logo img{
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.search-p{
	height: 100%;
}
.search-box{
	width: 385px;
	height: 40px;
	position: absolute;
	top: 112px;
	right: 18px;
}
.search-inp{
	width: 385px;
	height: 40px;
	border: 0;
	border-radius: 5px;
	font-size: 16px;
	color: #626262;
	padding-left: 10px;
}
.logo img.search-btn{
	width: 22px;
	height: 22px;
	position: absolute;
	top: 9px;
	right: 24px;
	left: auto;
	bottom: auto;
	cursor: pointer;
}
.nav-box{
	width: 100%;
	height: 64px;
	line-height: 64px;
	background: #005ca6;
}
.nav-list{
	font-size: 0;
	height: 64px;
	line-height: 64px;
}
.nav-list li{
	width: 200.5px;
	text-align: center;
	height: 64px;
	line-height: 64px;
	position: relative;
	vertical-align: top;
	display: inline-block;
}
.nav-list li a{
	display: block;
	position: relative;
	z-index: 3;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.nav-list li a img{
	width: 82px;
	height: 47px;
	vertical-align: middle;
}
.nav-list li.active .navbg-img{
	display: block;
}
.navbg-img{
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: -2px;
	display: none;
}
.bottom{
	height: 208px;
}
.link-a{
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #d9d9d9;
}
.link-a a{
	font-size: 16px;
	color: #323232;
	margin: 0 45px;
}
.footer{
	padding-top: 30px;
	height: 160px;
	text-align: center;
}
.d1,.d2,.d3{
	vertical-align: top;
}
.d2{
	margin-right:7px;
}
.d-div{
	display: inline-block;
	width: 950px;
	vertical-align: top;
}
.d-div p{
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #575757;
}
.d-div p .d4{
	vertical-align: top;
	margin-top: 0px;
	margin-right: 5px;
}
.d-div p a{
	margin: 0 20px;
}